home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Persistent Floating Windows
- Sent: 7/2/96 5:17 PM
- Received: 7/2/96 5:31 PM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >If this is the ONLY way to keep a floating window open while using
- >another part, then where do I get a chance to create the floating window
- >for the part's main presentation and frame?
- >
- >My part is already embedded, and I want its main frame and presentation
- >to belong in a floating window.
- >
- >Below are two places I tried:
- >
- >1) "View in Window" - My part does not receive this menu event, only from
- >my own menus. If I can get this event from my part, I might call "new
- >FW_CFloatingWindow()"
- >
- >2) CPart::MakeDocumentWindow() - only works if you open a part's
- >stationery or wish to open the part in a new document window.
- >
- >Any ideas would be appreciated. Thanks!
-
- Try to do that in FrameAdded. ODF creates non-persistent frame for
- Floating windows so you may have to recreate the floating window and
- frame everytime the document is opened.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-